home *** CD-ROM | disk | FTP | other *** search
/ Safarir 3 / SafTV-CD3.iso / pc / Bonus / Dessins Animés / static / jeux / rouge.swf / scripts / DefineButton2_14 / BUTTONCONDACTION on(keyPress C).as < prev    next >
Text File  |  2002-02-03  |  313b  |  14 lines

  1. on(keyPress "C"){
  2.    do
  3.    {
  4.       removeMovieClip(_root.etchy.drawing["dot" + _root.number]);
  5.       _root.number -= 1;
  6.    }
  7.    while(-1 < _root.number);
  8.    
  9.    _root.number = 0;
  10.    _root.oldx = _root.etchy.drawing.dot._x;
  11.    _root.oldy = _root.etchy.drawing.dot._y;
  12.    _root.gotoAndPlay("shake");
  13. }
  14.